home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / paints_w / aim / exam4.aim < prev    next >
Encoding:
Text File  |  1996-10-30  |  261 b   |  10 lines

  1. * edge enhancement a la Verbeek
  2. read trui       * read trui image
  3. cop A,B         * and save for later
  4. lmin A,C,9      * local minimum
  5. lmax A,D,9      * local maximum
  6. mindev C,D,A    * take smallest difference
  7. gdisp,B         * display also original
  8.  
  9.  
  10.